-
Notifications
You must be signed in to change notification settings - Fork 21
feat(pkg-py): Add .app() method, enable bookmarking by default
#104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
0238dac to
0a41a59
Compare
pyproject.toml
Outdated
| "duckdb", | ||
| "pandas", | ||
| "shiny", | ||
| "shiny @ git+https://github.com/posit-dev/py-shiny.git", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would require a release
| "shiny @ git+https://github.com/posit-dev/py-shiny.git", | |
| "shiny>1.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this PR related to or impacted by posit-dev/py-shiny#2117?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without that fix, when a bookmark occurs, you get an error notification about it failing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
60e9b32 to
8e699a5
Compare
8e699a5 to
890d87b
Compare
Closes #69